home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / demos / 134 / gfa / read.me < prev    next >
Encoding:
Text File  |  1987-04-17  |  3.9 KB  |  118 lines

  1. DIR.BAS
  2.  
  3.     Here is the core of a diskette management program.  THis will read all of
  4.     the subdirectories and print/store the file names.  Crude but completely
  5.     functional.  Now someone with more time than myself can write a good PD
  6.     directory management program without having to drop directly into GEM.
  7.     This routine is compilable as is.
  8.  
  9.  
  10. ESCCODE.DOC
  11.  
  12.     This File describes the ST VT52 Emulator ESCAPE Codes.
  13.     The Escape Codes provide a variety of Cursor & Screen Control Functions.
  14.     Some of the Escape Codes seem like they may very usefull.
  15.     All of the Escape Codes can be easily Accessed with the
  16.     PRINT ESCAPE SEQUENCE.      ( Print Chr$(27)"ESCAPE CODE"; )
  17.     TEXTRICK.BAS Uses these Escape Codes to Change Text Colors.
  18.  
  19.  
  20. FORMAT.BAS
  21. FORMAT.DOC
  22.  
  23.     I've tested this Formatter and found it works for single, double sided,
  24.     80 or 82 tracks and 9 or 10 sectors. I've also added a routine to add
  25.     a disk label after the formatting is complete.
  26.  
  27.  
  28. GFABASRO.PRG
  29.  
  30.     This is the runtime GFA program which will allow you to run all of these
  31.     programs with GFA Basic.  Check them out.  Quite a few good programs.
  32.  
  33.  
  34. GFAMIDI.BAS
  35.  
  36.     This program was originally written in Jan 1986 for ST-BASIC. I liked it
  37.     but thought it could be sped up. Of course, GFA-BASIC fit the bill VERY
  38.     nicely! I've added GEM boxes and tried to fine tune it.
  39.     This program will allow you to record, play, save and load songs.
  40.  
  41.  
  42. GLOBE.BAS
  43.  
  44.     Globe.bas makes 3D looking spheres of random size and of random position
  45.     on  the screen. It works in Medium or High resolution and alerts the
  46.     user if the display is in low res. My first demo.
  47.  
  48.  
  49. JTDEMO.BAS
  50.  
  51.     GFA Basic Demo - UCSD & Basica Play emulations.  Changes mouse form.  This
  52.     is another demo of the GEM interface.  Check it out.
  53.  
  54.  
  55. LINEA.BAS
  56.  
  57.     Keywords: GFA LINEA BASIC ANTIC MONOCHROME COLOR UTILITY
  58.     
  59.     This is a GFA program which demonstrates getting the Line-A pointer and
  60.     getting/setting values through it.  It is a very quick hack, and is only
  61.     meant as a demonstration.  It will run on any color or monochrome system.
  62.  
  63.  
  64. MOUNTAIN.BAS
  65. MOUNTAIN.DOC
  66.  
  67.     A recent ad from IBM demonstrates one area of computer graphics using a
  68.     high-priced graphics work station. Your ST and GFA BASIC can achieve
  69.     amazing results.
  70.     Explore the fascinating world of fractual graphics.  A save feature is also
  71.     included.
  72.  
  73.  
  74. NUMCVT.BAS
  75.  
  76.     This GFA Program converts a number to text. It may be used to write checks.
  77.     Type in your number and out comes the text.
  78.  
  79.  
  80. QUIKSORT.BAS
  81. QUIKSORT.DAT
  82.  
  83.     QUIKSORT.BAS is a Demo of the the QuickSort Algorithm.
  84.     It will sort about 200 Records each approx 20 Char. long in 2.75 Sec.
  85.     QUIKSORT.DAT is data used by the QuickSort Demo.  And this must be in your
  86.     root directory.  Check this demo out for GFA speed.
  87.  
  88.  
  89. REZMASTR.BAS
  90.  
  91.     THIS IS A DEMONSTRATION OF THE ABILITY OF GFA BASIC TO UTILIZE THE XBIOS
  92.     TO CHANGE RESOLUTION OF THE SCREEN... WHILE THE PROGRAM IS RUNNING! THIS
  93.     DEMO IS ROUGH AND I STILL HAVEN'T FOUND HOW TO TELL GEM WHERE TO LOCATE
  94.     ALERT BOXES WHEN THE REZ CHANGES.   Now check out resolution changes.
  95.  
  96.  
  97. SHUTLDEM.BAS
  98. SHUTTLE1.DEM
  99.  
  100.     Here is a nice demo that I did in GFA basic of the space shuttle.
  101.     It demonstrates the use of the Get & Put command. Sorry Color User
  102.     but this ones in Mono, Maybe I'll convert it one day. one thing you
  103.     should know about the two files when unarc'ed they both should be in the
  104.     main directory or a directory named shuttle.dem.
  105.  
  106.  
  107. WINDOW.BAS
  108.  
  109.     This is a really nice demo of how to use windows in your basic program.
  110.     You can take this file and merge it into any GFA basic program for
  111.     instant windows. For you from MichTron..
  112.  
  113.  
  114. XMODEM.LST
  115.  
  116.     A LISTING of how to use xmodem.  This is not a complete program only the
  117.     source to use X modem..
  118.